This applet plots data from a file. The file must be a text file, and the data must be aligned in columns: the first column is linked to the x axis, the second column is linked to the y axis (first graph), the third column is linked to the y axis (second graph), ... View the file "data.dat" in the "Graph" directory to have a sample.
Name |
Description |
Default |
Status |
data_file title xlabel_title ylabel_title linked xmin ymin background_color border border_color status_bar_text link target
registration_code |
the data file. Format is described above the graph title the x axis label the y axis label "yes": links the dots, "no": doesn't link the dots set the x axis minimum boundary set the y axis minimum boundary the background color the border size the border color the text to display in the status bar when the mouse is over URL linked page when click the target of the new page : the registration code |
- - - - no 0 0 white 0 black - -
- |
required required required required optional optional optional required optional optional optional optional optional
required |
Special notes |
* You can put relative URL (to target a file on your site) or
absolute (with "http://...") URL. example: relative URL: ../home/home.html absolute URL: http://www.yahoo.com * The background color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color. |
Copyright 1999-2000 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com